home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / Misc / DXErr / DXErr.rc < prev    next >
Encoding:
Text File  |  2004-09-27  |  3.6 KB  |  136 lines

  1. // Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif\r\n"
  53.     "#include ""afxres.rc""         // Standard components\r\n"
  54.     "#endif\0"
  55. END
  56.  
  57. #endif    // APSTUDIO_INVOKED
  58.  
  59.  
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // Icon
  63. //
  64.  
  65. // Icon with lowest ID value placed first to ensure application icon
  66. // remains consistent on all systems.
  67. IDR_MAINFRAME           ICON                    "..\\..\\Common\\directx.ico"
  68.  
  69. /////////////////////////////////////////////////////////////////////////////
  70. //
  71. // Dialog
  72. //
  73.  
  74. IDD_MAIN DIALOGEX 0, 0, 328, 166
  75. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | 
  76.     WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  77. CAPTION "DirectX Error Lookup"
  78. FONT 8, "MS Shell Dlg", 0, 0, 0x0
  79. BEGIN
  80.     LTEXT           "&Value:",IDC_STATIC,7,9,24,8
  81.     EDITTEXT        IDC_VALUE,31,7,109,12,ES_AUTOHSCROLL
  82.     CONTROL         "&Hex",IDC_HEX,"Button",BS_AUTORADIOBUTTON,152,8,29,10
  83.     CONTROL         "&Decimal",IDC_DECIMAL,"Button",BS_AUTORADIOBUTTON,184,8,
  84.                     40,10
  85.     LTEXT           "Error Message:",IDC_STATIC,7,25,60,8
  86.     EDITTEXT        IDC_MESSAGE,7,36,314,102,ES_MULTILINE | ES_AUTOVSCROLL | 
  87.                     ES_READONLY | WS_VSCROLL
  88.     DEFPUSHBUTTON   "&Look Up",IDC_LOOKUP,7,144,50,14
  89.     PUSHBUTTON      "E&xit",IDCANCEL,271,144,50,14
  90. END
  91.  
  92.  
  93. /////////////////////////////////////////////////////////////////////////////
  94. //
  95. // DESIGNINFO
  96. //
  97.  
  98. #ifdef APSTUDIO_INVOKED
  99. GUIDELINES DESIGNINFO 
  100. BEGIN
  101.     IDD_MAIN, DIALOG
  102.     BEGIN
  103.         LEFTMARGIN, 7
  104.         RIGHTMARGIN, 321
  105.         TOPMARGIN, 7
  106.         BOTTOMMARGIN, 158
  107.     END
  108. END
  109. #endif    // APSTUDIO_INVOKED
  110.  
  111. #endif    // English (U.S.) resources
  112. /////////////////////////////////////////////////////////////////////////////
  113.  
  114.  
  115.  
  116. #ifndef APSTUDIO_INVOKED
  117. /////////////////////////////////////////////////////////////////////////////
  118. //
  119. // Generated from the TEXTINCLUDE 3 resource.
  120. //
  121. #define _AFX_NO_SPLITTER_RESOURCES
  122. #define _AFX_NO_OLE_RESOURCES
  123. #define _AFX_NO_TRACKER_RESOURCES
  124. #define _AFX_NO_PROPERTY_RESOURCES
  125.  
  126. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  127. #ifdef _WIN32
  128. LANGUAGE 9, 1
  129. #pragma code_page(1252)
  130. #endif
  131. #include "afxres.rc"         // Standard components
  132. #endif
  133. /////////////////////////////////////////////////////////////////////////////
  134. #endif    // not APSTUDIO_INVOKED
  135.  
  136.